golang.org/x/net/http2.writePushPromise.allocatePromisedID (field)

3 uses

	golang.org/x/net/http2 (current package)
		server.go#L1245: 		wpp.promisedID, err = wpp.allocatePromisedID()
		server.go#L3142: 			allocatePromisedID: allocatePromisedID,
		write.go#L259: 	allocatePromisedID func() (uint32, error)